home *** CD-ROM | disk | FTP | other *** search
- echo off
- if exist install.exe goto l010
- cls
- echo ██████████████████████████████████████████████████████████████████
- echo ███ ███
- echo ███ Please CHANGE to DRIVE in which INSTALL DISK is inserted ███
- echo ███ ███
- echo ███ For example: A: (enter) or B: (enter) ███
- echo ███ ███
- echo ███ Then retry: GO ███
- echo ███ ███
- echo ██████████████████████████████████████████████████████████████████
- goto l020
- :l010
- cls
- echo █████████████████████████████████████████████████████████████████████
- echo ██ ██
- echo ██ ╔═══════════════════════════════════════════════════════════╗ ██
- echo ██ ╚═════════════ WELCOME to ONLINE BIBLE v 5.00 ═════════════╝ ██
- echo ██ ██
- echo █████████████████████████████████████████████████████████████████████
- echo ** **
- echo ██ ██
- echo ██ Please read the installation instructions on the next screen. ██
- echo ██ ██
- echo ██ ╔╦═════════════════════════════════════════════════════════╦╗ ██
- echo ██ ╠╝ If anything shouldest go wrong, use Ctrl-Break to stop. ╚╣ ██
- echo ██ ╠╗ "a write-protect tab covereth a multitude of sins..." ╔╣ ██
- echo ** ╚╩═════════════════════════════════════════════════════════╩╝ **
- echo █████████████████████████████████████████████████████████████████████
- pause
- view read.me
- view shareware.doc
- cls
- if exist read.me2 view read.me2
- if exist read.me2 goto l020
- echo █████████████████████████████████████████████████████████████████████
- echo ** **
- echo ██ ██
- echo ██ Type "install" to begin the installation. ██
- echo ██ ██
- echo ** **
- echo █████████████████████████████████████████████████████████████████████
- :l020
-